home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jurassic Jigsaws
/
JURASSIC.BIN
/
mmvdemo.dir
/
00384_Script_go frame script
< prev
next >
Wrap
Text File
|
1996-09-24
|
321b
|
15 lines
on exitFrame
global gNextmarker, gPlaying, gFrameList, gWhichTitle
-- if label "end"
if not gPlaying then
cursor 200
go label(gNextMarker)
cursor 0
else
if Label(1) = label("end" & gWhichTitle) then
go label(gWhichTItle)
set gPlaying = FALSE
end if
end if
end